home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life 1995 December
/
Computer Life December 1995.iso
/
nmmdemo
/
nmmdemo.exe
/
1INTRO.DXR
/
00009.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-19
|
181 b
|
12 lines
on exitFrame
if not (the soundBusy of 1) then
go(the frame + 1)
else
if the timer < 30 then
go(the frame)
else
go(the frame - 3)
end if
end if
end